Document Library for WinForms
AsyncActionProgressHandler<TProgress> デリゲート

C1.Win.Document.6 アセンブリ > C1.Win.Document 名前空間 : AsyncActionProgressHandler<TProgress> デリゲート
The type of the progress data.
The asynchronous action.
The progress information.
Represents a method that handles progress update events of an asynchronous action that provides progress updates.
シンタックス
'宣言
 
Public Delegate Sub AsyncActionProgressHandler(Of TProgress)( _
   ByVal asyncInfo As IAsyncActionWithProgress(Of TProgress), _
   ByVal progressInfo As TProgress _
) 
public delegate void AsyncActionProgressHandler<TProgress>( 
   IAsyncActionWithProgress<TProgress> asyncInfo,
   TProgress progressInfo
)

パラメータ

asyncInfo
The asynchronous action.
progressInfo
The progress information.

型パラメータ

TProgress
The type of the progress data.
参照

AsyncActionProgressHandler<TProgress> メンバ
C1.Win.Document 名前空間